FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.on.oh-setp#1.0.38 (62 ms)

Package ca.on.oh-setp
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.on.oh-setp@1.0.38&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-allergyintolerance
Url http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-allergyintolerance
Version 0.10.0
Status active
Date 2022-10-15T12:00:00+00:00
Name AllergyIntolerancePSON
Title Allergy Intolerance (PS-ON)
Experimental False
Realm ca
Description This profile defines a set of constraints to the FHIR AllergyIntolerance resource for use in Ontario Patient Summaries (PS-ON). It refines constraints applied to the AllergyIntollerance resource by the PS-CA project, which is informed by the constraints of the [AllergyIntolerance-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-AllergyIntolerance-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-allergyintolerance.html) to allow for cross-border and cross-jurisdiction sharing of Allergies and Intolerances. It documents the relevant allergies or intolerances (conditions) for a patient, describing the kind of reaction (e.g. rash, anaphylaxis,..); preferably the agents that cause it; and optionally the criticality and the certainty of the allergy.
Type AllergyIntolerance
Kind resource

Resources that use this resource

StructureDefinition
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-composition Composition (PS-ON)

Resources that this resource uses

StructureDefinition
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-codeableconcept Codeable Concept (PS-ON)
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-coding Coding (PS-ON)
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-patient Patient (PS-ON)


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "ca-on-ps-profile-allergyintolerance",
  "url" : "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-allergyintolerance",
  "version" : "0.10.0",
  "name" : "AllergyIntolerancePSON",
  "title" : "Allergy Intolerance (PS-ON)",
  "status" : "active",
  "date" : "2022-10-15T12:00:00+00:00",
  "publisher" : "Ontario Health",
  "description" : "This profile defines a set of constraints to the FHIR AllergyIntolerance resource for use in Ontario Patient Summaries (PS-ON). It refines constraints applied to the AllergyIntollerance resource by the PS-CA project, which is informed by the constraints of the [AllergyIntolerance-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-AllergyIntolerance-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-allergyintolerance.html) to allow for cross-border and cross-jurisdiction sharing of Allergies and Intolerances. It documents the relevant allergies or intolerances (conditions) for a patient, describing the kind of reaction (e.g. rash, anaphylaxis,..); preferably the agents that cause it; and optionally the criticality and the certainty of the allergy.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "AllergyIntolerance",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "AllergyIntolerance.meta",
        "path" : "AllergyIntolerance.meta",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "AllergyIntolerance.meta.profile",
        "path" : "AllergyIntolerance.meta.profile",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "AllergyIntolerance.extension:abatement-datetime",
        "path" : "AllergyIntolerance.extension",
        "sliceName" : "abatement-datetime",
        "short" : "Abatement datetime",
        "definition" : "The date or estimated date that the condition resolved or went into remission.",
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/uv/ips/StructureDefinition/abatement-dateTime-uv-ips"
            ]
          }
        ]
      },
      {
        "id" : "AllergyIntolerance.verificationStatus.coding",
        "path" : "AllergyIntolerance.verificationStatus.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "description" : "Discriminated by value set",
          "rules" : "open"
        },
        "comment" : "In the scope of the IPS-UV the entered-in-error concept is not allowed and so the modifier on this element has been removed. While the IPS-UV specification considers this a MS element, some systems will not have a field directly representing verificationStatus; further feedback is required on whether these systems are still expected to be able to demonstrate they can construct this element using additional data from the system when developing the patient summary instance",
        "mustSupport" : false
      },
      {
        "id" : "AllergyIntolerance.verificationStatus.coding:HL7VerificationStatus",
        "path" : "AllergyIntolerance.verificationStatus.coding",
        "sliceName" : "HL7VerificationStatus",
        "short" : "Required value set for AllergyIntolerance Verification Status.",
        "definition" : "Code for an allergy or intolerance statement. Represents whether an allergy/intolerance is active or resolved (indicating no longer active).",
        "binding" : {
          "strength" : "required",
          "description" : "HL7 required value set for AllergyIntolerance Verification Status.",
          "valueSet" : "http://hl7.org/fhir/ValueSet/allergyintolerance-verification|4.0.1"
        }
      },
      {
        "id" : "AllergyIntolerance.verificationStatus.coding:StatusCode",
        "path" : "AllergyIntolerance.verificationStatus.coding",
        "sliceName" : "StatusCode",
        "short" : "Code for allergy or intolerance status",
        "definition" : "Code for an allergy or intolerance statement. Represents whether an allergy/intolerance is active or resolved (indicating no longer active).",
        "binding" : {
          "strength" : "required",
          "description" : "Assertion about certainty associated with a propensity, or potential risk, of a reaction to the identified substance.",
          "valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/allergyintolerancestatuscode"
        }
      },
      {
        "id" : "AllergyIntolerance.type",
        "path" : "AllergyIntolerance.type",
        "mustSupport" : true
      },
      {
        "id" : "AllergyIntolerance.criticality",
        "path" : "AllergyIntolerance.criticality",
        "comment" : "While the IPS-UV specification considers this a MS element, some systems will not have a field directly representing the criticality of an allergy or intolerance, it may be possible for systems to populate the unable-to-assess code, however further feedback is required on whether these systems are expected to be able to demonstrate they can construct criticality when developing the patient summary instance",
        "mustSupport" : false
      },
      {
        "id" : "AllergyIntolerance.code",
        "path" : "AllergyIntolerance.code",
        "short" : "Concept - reference to a terminology or just text",
        "comment" : "IPS-UV allows the supply of coding, text, or both. Use of the IPS-UV ValueSet is currently marked as preferred, work is underway to determine the pan-Canadian terminology that will be preferred and/or socialized for this element. Until then, only the existing slices are put forward below. They are considered optional, meaning an implementer can still be conformant if they use another subset of codes from SNOMED CT, SNOMED CT CA or another Code System.",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "CodeableConcept",
            "profile" : [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-codeableconcept"
            ]
          }
        ],
        "mustSupport" : true,
        "binding" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString" : "AllergyIntoleranceCode"
            }
          ],
          "strength" : "preferred",
          "description" : "Codes for allergic condition from the SNOMED CT Canadian edition value set",
          "valueSet" : "http://fhir.infoway-inforoute.ca/io/psca/ValueSet/substanceandpharmaceuticalbiologicproductcode"
        }
      },
      {
        "id" : "AllergyIntolerance.code.coding",
        "path" : "AllergyIntolerance.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "description" : "Discriminated by the bound value set",
          "rules" : "open"
        },
        "mustSupport" : true,
        "type" : [
          {
            "code" : "Coding",
            "profile" : [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-coding"
            ]
          }
        ]
      },
      {
        "id" : "AllergyIntolerance.code.coding:codeAllergyCA",
        "path" : "AllergyIntolerance.code.coding",
        "sliceName" : "codeAllergyCA",
        "short" : "Optional slice for code for allergy or intolerance from the SNOMED CT CA code set",
        "definition" : "Code for an allergy or intolerance statement that is selected from the SNOMED CT Canadian edition value set.",
        "mustSupport" : true,
        "binding" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString" : "codeAllergyCA"
            }
          ],
          "strength" : "required",
          "description" : "Codes for allergic condition from the SNOMED CT Canadian edition value set",
          "valueSet" : "http://fhir.infoway-inforoute.ca/io/psca/ValueSet/substanceandpharmaceuticalbiologicproductcode"
        }
      },
      {
        "id" : "AllergyIntolerance.code.coding:absentOrUnknownAllergyIntolerance",
        "path" : "AllergyIntolerance.code.coding",
        "sliceName" : "absentOrUnknownAllergyIntolerance",
        "short" : "Optional slice for code for absent or unknown allergy or intolerance",
        "definition" : "Code for an allergy or intolerance statement (either a positive or a negated/excluded statement). This describes a categorical negated statement (e.g., \"No known allergy\").",
        "comment" : "The use of Null values in v3 implementations and SNOMED CT 716186003 (No known allergy) code are common in Canadian implementations - given the semantic equivilance to the codes no-allergy-info and no-known-allergies, Canadian implementers are encouraged to map to the IPS-UV value set (and provide the original source code as an alternate coding) when noting this concept in patient summaries.",
        "mustSupport" : true,
        "binding" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString" : "absentOrUnknownAllergy"
            }
          ],
          "strength" : "required",
          "description" : "negation/exclusion codes for reporting no known allergies or not available data.",
          "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/absent-or-unknown-allergies-uv-ips"
        }
      },
      {
        "id" : "AllergyIntolerance.patient",
        "path" : "AllergyIntolerance.patient",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-patient"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "AllergyIntolerance.patient.reference",
        "path" : "AllergyIntolerance.patient.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "AllergyIntolerance.onset[x]",
        "path" : "AllergyIntolerance.onset[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        }
      },
      {
        "id" : "AllergyIntolerance.onsetDateTime",
        "path" : "AllergyIntolerance.onsetDateTime",
        "mustSupport" : true
      },
      {
        "id" : "AllergyIntolerance.reaction",
        "path" : "AllergyIntolerance.reaction",
        "mustSupport" : true
      },
      {
        "id" : "AllergyIntolerance.reaction.substance",
        "path" : "AllergyIntolerance.reaction.substance",
        "comment" : "The IPS-UV does not consider this element MS, however some Canadian systems may capture allergen substances separately from allergyIntolerance.code. Further investigation is required to determine what approaches are in use by participating jurisdictions."
      },
      {
        "id" : "AllergyIntolerance.reaction.manifestation",
        "path" : "AllergyIntolerance.reaction.manifestation",
        "type" : [
          {
            "code" : "CodeableConcept",
            "profile" : [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-codeableconcept"
            ]
          }
        ],
        "min" : 1,
        "mustSupport" : true,
        "binding" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString" : "manifestationSCTCA"
            }
          ],
          "strength" : "preferred",
          "valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/clinicalfindingcode"
        }
      },
      {
        "id" : "AllergyIntolerance.reaction.manifestation.coding",
        "path" : "AllergyIntolerance.reaction.manifestation.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "description" : "Discriminated by the bound value set",
          "rules" : "open"
        },
        "mustSupport" : true,
        "type" : [
          {
            "code" : "Coding",
            "profile" : [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-coding"
            ]
          }
        ]
      },
      {
        "id" : "AllergyIntolerance.reaction.manifestation.coding:manifestationSCTCA",
        "path" : "AllergyIntolerance.reaction.manifestation.coding",
        "sliceName" : "manifestationSCTCA",
        "short" : "Optional slice for representing code for the allergy or intolerance reaction manifestation from the SNOMED CT Canadian edition value set.",
        "definition" : "Code for an allergy or intolerance reaction manifestation statement that is selected from the SNOMED CT Canadian edition value set.",
        "mustSupport" : true,
        "binding" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString" : "manifestationSCTCA"
            }
          ],
          "strength" : "required",
          "valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/clinicalfindingcode"
        }
      },
      {
        "id" : "AllergyIntolerance.reaction.onset",
        "path" : "AllergyIntolerance.reaction.onset",
        "comment" : "While IPS-UV considers this a MS element, some systems may not capture the onset of the reaction separate from the onset of the allergy. It should be sent if available but further feedback is required on whether these systems are still expected to be able to demonstrate they can construct it for the first release of the PS-ON specification."
      },
      {
        "id" : "AllergyIntolerance.reaction.severity",
        "path" : "AllergyIntolerance.reaction.severity",
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.